1.1.6.2. security.insecureAPI.UncheckedReturn (C) Warn on uses of functions whose return values must be always checked.
Examples:
void test() { setuid(1); // warn }